home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Enterprise Objects Framework 1.1
/
NeXT Enterprise Objects Framework 1.1.iso
/
NextDeveloper
/
Examples
/
EnterpriseObjects
/
SHLExamples
/
Buffering
/
InTheBuff_main.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-06-08
|
343 b
|
16 lines
/* Generated by the NeXT Project Builder
NOTE: Do NOT change this file -- Project Builder maintains it.
*/
#import <eointerface/EOApplication.h>
void main(int argc, char *argv[]) {
[EOApplication new];
if ([NXApp loadNibSection:"InTheBuff.nib" owner:NXApp withNames:NO])
[NXApp run];
[NXApp free];
exit(0);
}